From: kfraser@localhost.localdomain Date: Wed, 2 Aug 2006 13:59:22 +0000 (+0100) Subject: [LINUX] Clarify a confusing error message in xenbus_probe.c. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15754^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=17d151cf1e09384e5d797d19cd7929636a73c801;p=xen.git [LINUX] Clarify a confusing error message in xenbus_probe.c. Signed-off-by: Michael LeMay --- diff --git a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c index a4ee6e8a54..ea093bb191 100644 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c @@ -141,7 +141,9 @@ static int read_otherend_details(struct xenbus_device *xendev, } if (strlen(xendev->otherend) == 0 || !xenbus_exists(XBT_NIL, xendev->otherend, "")) { - xenbus_dev_fatal(xendev, -ENOENT, "missing other end from %s", + xenbus_dev_fatal(xendev, -ENOENT, + "unable to read other end from %s. " + "missing or inaccessible.", xendev->nodename); free_otherend_details(xendev); return -ENOENT;